func net/http.http2curGoroutineID

4 uses

	net/http (current package)
		h2_bundle.go#L3021: 	return http2goroutineLock(http2curGoroutineID())
		h2_bundle.go#L3028: 	if http2curGoroutineID() != uint64(g) {
		h2_bundle.go#L3037: 	if http2curGoroutineID() == uint64(g) {
		h2_bundle.go#L3044: func http2curGoroutineID() uint64 {